Add a test framework for CSS styles
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Dec 2015 12:44:53 +0000 (07:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Jan 2016 14:19:31 +0000 (09:19 -0500)
commit905ab53c71211d0de1d4a028a26b382f8e1e47b6
tree9fc696ee704f1ebe754e5b44c152be95d5c6885c
parent864693e5aa2ff9b752341eaca45d713559a22b65
Add a test framework for CSS styles

This uses the same function for dumping CSS nodes and styles
as the CSS node test. It can be used to test aspects of inheritance
and matching, as well as initial values.

No actual tests yet.
configure.ac
testsuite/css/Makefile.am
testsuite/css/style/Makefile.am [new file with mode: 0644]
testsuite/css/style/test-css-style.c [new file with mode: 0644]
testsuite/css/style/test-css-style.test.in [new file with mode: 0644]